@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

.header-area .phone-area> .number-area> .number,
.contents-area .page-title> .sub {
	letter-spacing: .05em;
	font-family: 'Lato', sans-serif;
}

.footer-area .footer-nav> .nav-item> a,
.footer-area .copyright {
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', sans-serif;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* cmn
---------------------------------------- */

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

/* cmn
---------------------------------------- */

body {
	position: relative;
}

body a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .inner {
	width: 1000px;
}

body #validate-num {
	position: absolute;
	top: 0;
	right: -130px;
	width: 214px;
	height: 186px;
	padding: 40px;
	text-align: center;
	background: url('http://images.cu.cyber-u.ac.jp/Web/CYBERUNIVERSITYINC/{173a285b-a13a-4d9a-9dc6-7f386a40023c}_bg_validation.png') center center no-repeat;
	z-index: 1000;
}

body #validate-num> p,
body #validate-num div {
	color: #fed4f3;
	font-weight: bold;
}

body #validate-num> p> span,
body #validate-num div> span {
	color: #fff;
}

body #validate-num> p> label,
body #validate-num div> label {
	font-size: 34px;
}

body #validate-num> div {
	color: #fff;
}

body #validate-num.white> p {
	color: #fff;
	font-size: 14px;
}

body .validationTip .tipInner {
	position: relative;
	padding: .25em .5em;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: rgba(34, 34, 34, .75);
	border-radius: 6px;
}

body .validationTip .tipInner:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 10px;
	height: 6px;
	border-top: rgba(34, 34, 34, .75) 6px solid;
	border-right: transparent 5px solid;
	border-left: transparent 5px solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .alertStyle {
	background: #ffddde;
}

/* header
---------------------------------------- */

.header-area {
	padding: 10px 0;
}

.header-area .logo {
	float: left;
}

.header-area .phone-area {
	float: right;
	margin-top: 8px;
	text-align: center;
}

.header-area .phone-area> .number-area> .name {
	color: #444;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
}

.header-area .phone-area> .number-area> .number {
	display: inline-block;
	margin-left: .5em;
	padding-left: 1.2em;
	color: #073b91;
	font-weight: bold;
	font-size: 30px;
	vertical-align: middle;
	background: url('http://images.cu.cyber-u.ac.jp/Web/CYBERUNIVERSITYINC/{d1b855e2-8145-4642-b115-60120f7e2b1c}_freecall.png') left center no-repeat;
	background-size: auto .8em;
}

.header-area .phone-area> .text-area {
	display: inline-block;
	color: #444;
	font-weight: bold;
	font-size: 11px;
}

/* contents
---------------------------------------- */

.contents-area .page-title {
	padding: 20px 0;
	letter-spacing: .05em;
	text-align: center;
	background: #259ad6;
}

.contents-area .page-title> .title {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
}

.contents-area .page-title> .sub {
	display: inline-block;
	padding: .2em .5em;
	color: #259ad6;
	font-weight: bold;
	font-size: 16px;
	background: #fff;
	border-radius: 20px;
}

.contents-area .main {
	margin-top: 30px;
}

/* form
---------------------------------------- */

.form-area {
	width: 100%;
	color: #222;
	letter-spacing: .05em;
	font-size: 15px;
}

.form-area> .form-text {
	margin: 50px auto 20px auto;
}

.form-area .require,
.form-area .option {
	display: inline-block;
	padding: .15em .5em;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
}

.form-area .require {
	background: #eb3fc0;
}

.form-area .option {
	font-weight: normal;
	background: #a4a4a4;
}

.form-area .table-area {
	width: 100%;
	margin-bottom: 50px;
	border: #259ad6 4px solid;
	border-collapse: collapse;
}

.form-area .table-area tr {
	border-bottom: #259ad6 1px solid;
}

.form-area .table-area th,
.form-area .table-area td {
	font-size: 15px;
}

.form-area .table-area th {
	position: relative;
	width: 280px;
	padding: 20px 75px 20px 20px;
	vertical-align: middle;
	text-align: left;
	background: #c8e6f5;
}

.form-area .table-area th> .icn-th {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-area .table-area td {
	padding: 20px;
	text-align: left;
}

.form-area .table-area td> .td-note {
	display: block;
	color: #555;
	font-size: 13px;
}

.form-area .table-area td> .td-note.red {
	color: #ca3e3e;
}

.form-area .table-area td input[type=checkbox],
.form-area .table-area td input[type=radio] {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}

.form-area .table-area td input[type=text] {
	padding: .5em;
	color: #222 !important;
	font-weight: normal;
	border: #c8c8c8 1px solid;
	border-radius: 4px;
}

.form-area .table-area td select {
	width: 12em;
	height: 30px;
	padding: .5em;
	color: #222 !important;
	font-weight: normal;
	font-size: 13px;
	border: #c8c8c8 1px solid;
	border-radius: 4px;
}

.form-area .table-area td .input-lastname,
.form-area .table-area td .input-firstname {
	width: 7em;
}

.form-area .table-area td .input-zip,
.form-area .table-area td .input-city {
	width: 12em;
}

.form-area .table-area td .btn-zip {
	display: inline-block;
	width: 180px;
	height: 24px;
	padding: .2em .5em;
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	background: #259ad6;
	border: none;
	border-radius: 12px;
}

.form-area .table-area td .input-address,
.form-area .table-area td .input-email {
	width: 260px;
}

.form-area .table-area td .mgR1em {
	margin-right: 1em;
}

.form-area .btn-text {
	margin: 50px auto;
	color: #444;
	text-align: center;
}

.form-area .btn-area {
	text-align: center;
}

.form-area .ssl-text {
	width: 100%;
	margin-top: 30px;
}

.form-area .ssl-text> p {
	color: #444;
	font-size: 13px;
	text-align: center;
}

.note-area {
	margin: 50px auto;
	padding: 20px;
	background: #c8e6f5;
}

.note-area> .note-text {
	margin-left: 1em;
	color: #444;
	font-size: 13px;
	text-indent: -1em;
}

.note-area> .note-text> a {
	color: #259ad6;
	font-weight: bold;
}

/* footer
---------------------------------------- */

.footer-area {
	padding: 20px 26px;
	text-align: center;
	background: #222;
}

.footer-area .footer-nav {
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}

.footer-area .footer-nav> .nav-item {
	display: inline-block;
}

.footer-area .footer-nav> .nav-item> a {
	color: #fff;
	letter-spacing: .05em;
	font-size: 16px;
}

.footer-area .footer-nav> .nav-item> a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.footer-area .footer-nav> .nav-item:after {
	content: '|';
	display: inline-block;
	margin: 0 .3em;
	color: #fff;
}

.footer-area .footer-nav> .nav-item:last-child:after {
	content: none;
}

.footer-area .copyright {
	color: #fff;
	letter-spacing: .05em;
	font-size: 16px;
}

@media screen and (max-width: 768px) {

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

.footer-area {
	padding: 2.66667vw 3.46667vw;
}

.footer-area .footer-nav {
	margin-bottom: .66667vw;
}

.footer-area .footer-nav> .nav-item> a {
	font-size: 2.13333vw;
}

.footer-area .footer-nav> .nav-item:after {
	font-size: 2.13333vw;
}

.footer-area .copyright {
	font-size: 2.13333vw;
}

}

